-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update old dependencies and refresh Go version #185
Update old dependencies and refresh Go version #185
Conversation
56187fd
to
6a80eb2
Compare
/assign kwilczynski |
f56582a
to
7c6e113
Compare
Signed-off-by: Krzysztof Wilczyński <[email protected]>
7c6e113
to
bef41c6
Compare
@@ -1,13 +1,13 @@ | |||
module github.com/cri-o/ocicni | |||
|
|||
go 1.17 | |||
go 1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To the reviewer:
This is needed to be able to update some of our packages that have moved onto the new Go internal API of the Context package:
/release-note-none |
/kind dependencies |
@kwilczynski: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, kwilczynski The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Update older build-time dependencies, and while at it, refresh the Go version to release 1.20.
Additionally, update GitHub actions releases, too.
Related: